home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / downboy.swf / scripts / DefineButton2_280 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-07-26  |  101 b   |  8 lines

  1. on(release){
  2.    if(true)
  3.    {
  4.       _root.sndvolume.setVolume(100);
  5.       prevFrame();
  6.    }
  7. }
  8.